projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cfb5f7e
)
Fix Bug#26156
author
Michael Albinus
<michael.albinus@gmx.de>
Sat, 18 Mar 2017 16:44:27 +0000
(17:44 +0100)
committer
Michael Albinus
<michael.albinus@gmx.de>
Sat, 18 Mar 2017 16:44:27 +0000
(17:44 +0100)
* lisp/net/tramp.el (tramp-completion-file-name-handler-alist):
<expand-file-name>: Remove handler. (Bug#26156)
lisp/net/tramp.el
patch
|
blob
|
history
diff --git
a/lisp/net/tramp.el
b/lisp/net/tramp.el
index aadf09e48fe9a7dd0b69f6acab0508c0ad7d2b1b..969092f517f0150f65df599e55ce421fd1495e7b 100644
(file)
--- a/
lisp/net/tramp.el
+++ b/
lisp/net/tramp.el
@@
-1052,7
+1052,7
@@
means to use always cached values for the directory contents."
;;;###autoload
(defconst tramp-completion-file-name-handler-alist
- '((expand-file-name . tramp-completion-handle-expand-file-name)
+ '(
;
(expand-file-name . tramp-completion-handle-expand-file-name)
(file-name-all-completions
. tramp-completion-handle-file-name-all-completions)
(file-name-completion . tramp-completion-handle-file-name-completion))